rpms/libopensync-plugin-python/devel libopensync-plugin-python.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Tue Dec 13 14:36:48 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/libopensync-plugin-python/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15985/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libopensync-plugin-python.spec 
Log Message:
auto-import libopensync-plugin-python-0.18-2 on branch devel from libopensync-plugin-python-0.18-2.src.rpm


--- NEW FILE libopensync-plugin-python.spec ---
Name:           libopensync-plugin-python
Version:        0.18
Release:        2
Summary:        Python plugin for libopensync

Group:          System Environment/Libraries
License:        GPL
URL:            http://www.opensync.org
# see http://www.opensync.org/wiki/download
Source0:        %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libopensync-devel
BuildRequires:  python-devel

%description
%{summary}

%package devel
Summary:        Development package for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       libopensync-devel

%description    devel
The %{name}-devel package contains the files
needed for development with %{name}.

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name *.la -exec rm -f {} \;

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/opensync/plugins/python*.so
%{_libdir}/opensync/python-plugins/

%changelog
* Tue Dec 13 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 0.18-2
- add missing BR
- own python-plugin dir

* Fri Nov 25 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> 0.18-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libopensync-plugin-python/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Dec 2005 14:35:53 -0000	1.1
+++ .cvsignore	13 Dec 2005 14:36:46 -0000	1.2
@@ -0,0 +1 @@
+libopensync-plugin-python-0.18.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libopensync-plugin-python/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Dec 2005 14:35:53 -0000	1.1
+++ sources	13 Dec 2005 14:36:46 -0000	1.2
@@ -0,0 +1 @@
+8030db5af7c9f8ca82a5dbd8657979fb  libopensync-plugin-python-0.18.tar.gz




More information about the fedora-extras-commits mailing list