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

Robert Scheck (robert) fedora-extras-commits at redhat.com
Mon Nov 6 19:10:07 UTC 2006


Author: robert

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

Modified Files:
	.cvsignore sources 
Added Files:
	libopm.spec 
Log Message:
auto-import libopm-0.1-3.20050731cvs on branch devel from libopm-0.1-3.20050731cvs.src.rpm


--- NEW FILE libopm.spec ---
Summary:        Blitzed open proxy monitor library
Name:           libopm
Version:        0.1
Release:        3.20050731cvs%{?dist}
License:        GPL
Group:          System Environment/Libraries
URL:            http://wiki.blitzed.org/BOPM
# cvs -z3 -d:pserver:anon at cvs.blitzed.org:/ co -D "20050731 23:59" libopm
# find libopm -type f -name .cvsignore -exec rm -f {} ';'
# find libopm -type d -name CVS -exec rm -rf {} 2>/dev/null ';'
# mv -f libopm libopm-$(grep AC_INIT libopm/configure.in | sed -e 's/.*\[\(.*\)\].*/\1/')
Source:         %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
An open proxy detection library, developed by the blitzed
IRC network team. Its original use was to detect open proxies
running on clients connecting to various IRC servers, but it
has evolved to become a generic open proxy detection library.

%package devel
Summary:        Headers and development libraries for libopm
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description devel
The libopm-devel package contains the header files and libraries
necessary for developing applications which use libopm.

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

# Don't install any libtool .la files
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc ChangeLog LICENSE
%{_libdir}/%{name}.so.*

%files devel
%defattr(-,root,root)
%doc doc/libopm-api.txt
%{_includedir}/opm*
%{_libdir}/%{name}.so

%changelog
* Mon Nov 06 2006 Robert Scheck <robert at fedoraproject.org> 0.1-3.20050731cvs
- Changes to match with Fedora Packaging Guidelines (#212894 #c2, #c3, #c6)

* Tue Oct 03 2006 Robert Scheck <robert at fedoraproject.org> 0.1-2.20050731cvs
- Upgrade to CVS 20050731

* Fri May 05 2006 Robert Scheck <robert at fedoraproject.org> 0.1-1.20030106cvs
- Upgrade to CVS 20030106 (equals with libopm from BOPM 3.1.2)
- Initial spec file for Fedora Core


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libopm/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Nov 2006 19:09:05 -0000	1.1
+++ .cvsignore	6 Nov 2006 19:09:37 -0000	1.2
@@ -0,0 +1 @@
+libopm-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libopm/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Nov 2006 19:09:05 -0000	1.1
+++ sources	6 Nov 2006 19:09:37 -0000	1.2
@@ -0,0 +1 @@
+5537327b4e76bd2c5074996b16cad361  libopm-0.1.tar.gz




More information about the scm-commits mailing list