rpms/intuitively/devel intuitively.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Fri Dec 2 14:10:32 UTC 2005


Author: pertusus

Update of /cvs/extras/rpms/intuitively/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23500/devel

Modified Files:
	.cvsignore sources 
Added Files:
	intuitively.spec 
Log Message:
auto-import intuitively-0.7-6 on branch devel from intuitively-0.7-6.src.rpm


--- NEW FILE intuitively.spec ---
Summary:      Automatic IP detection utility
Name:         intuitively
Version:      0.7
Release:      6
URL:          http://home.samfundet.no/~tfheen/intuitively.html
Source0:      http://ftp.debian.org/debian/pool/main/i/intuitively/intuitively_%{version}.orig.tar.gz
License:      GPL
BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: libnet-devel >= 1.1.1, libpcap, docbook-utils, flex
Group:         System Environment/Base


%description

"intuitively" is an utility to locate current network address via arp
requests and perform heavy reconfigurations based on its findings.

"intuitively" is intended for laptop users or people who use their
machines in different networks all the time. It is meant to be run
from the PCMCIA network initialization scripts or the command line.


%prep
%setup -q -n %{name}-%{version}

sed -i 's:/usr/share/intuitively:/some/path/to:' doc/intuitively.conf.dist


%build
%configure
make %{?_smp_mflags}

#  re-create man pages (it has a gabage due to wrong docbook2man invoking)
pushd doc
docbook2man intuitively.sgml
docbook2man intuitively.conf.sgml
popd


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir}

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_bindir}/intuitively
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/intuitively.conf
%{_mandir}/*/*
%doc README COPYING AUTHORS NEWS doc/intuitively.conf.dist


%changelog
* Mon Nov 28 2005 Patrice Dumas <dumas at centre-cired.fr> 0.7-6
- all changes are from Dmitry Butskoy
- use a sed one-liner instead of Patch1
- use %{name} and some wildcards for %files
- properly recreate man pages
- pass sysconfdir to make instead of patching Makefile.in

* Mon Aug 15 2005 Patrice Dumas <dumas at centre-cired.fr> 0.7-4
- Buildrequires flex, libnet-devel
- (noreplace) for config
- replace /usr/share by /opt in example config file
- no make clean, use smp_mflags

* Mon Aug 15 2005 Patrice Dumas <dumas at centre-cired.fr> 0.7-3
- use the right url

* Fri Aug 12 2005 Patrice Dumas <dumas at centre-cired.fr> 0.7-1
- update

* Sat Mar 20 2004 Patrice Dumas <dumas at centre-cired.fr> 0.6-0.fdr.1
- Update using fedora spec file

* Fri Jun 14 2002 Dumas Patrice <dumas at centre-cired.fr>
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/intuitively/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Dec 2005 14:09:15 -0000	1.1
+++ .cvsignore	2 Dec 2005 14:10:25 -0000	1.2
@@ -0,0 +1 @@
+intuitively_0.7.orig.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/intuitively/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Dec 2005 14:09:15 -0000	1.1
+++ sources	2 Dec 2005 14:10:25 -0000	1.2
@@ -0,0 +1 @@
+047b7d9071422bb60b6e52425f7eb1aa  intuitively_0.7.orig.tar.gz




More information about the fedora-extras-commits mailing list