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

Trond Danielsen (trondd) fedora-extras-commits at redhat.com
Tue Apr 24 20:12:45 UTC 2007


Author: trondd

Update of /cvs/extras/rpms/nautilus-python/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31378/devel

Modified Files:
	.cvsignore sources 
Added Files:
	nautilus-python.spec 
Log Message:
Inital import.



--- NEW FILE nautilus-python.spec ---
Name:           nautilus-python
Version:        0.4.3
Release:        3%{?dist}
Summary:        Python bindings for Nautilus

Group:          Development/Libraries
License:        GPL
URL:            http://www.gnome.org/
Source0:        http://ftp.acc.umu.se/pub/GNOME/sources/%{name}/0.4/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
BuildRequires:  nautilus-devel
BuildRequires:  gnome-python2-devel
BuildRequires:  eel2-devel
BuildRequires:  pygtk2-devel
Requires:       nautilus

%description
Python bindings for Nautilus


%package devel
Summary:        Python bindings for Nautilus
Group:          Development/Libraries
License:        GPL
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

%description devel
Python bindings for Nautilus


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
mv $RPM_BUILD_ROOT/%{_docdir}/%{name} installed_docs
rm $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-1.0/*.la
rm $RPM_BUILD_ROOT/%{_libdir}/%{name}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc README AUTHORS COPYING NEWS
%{_libdir}/%{name}
%{_libdir}/nautilus/extensions-1.0/lib%{name}.*


%files devel
%defattr(-,root,root,-)
%doc installed_docs/examples
%{_libdir}/pkgconfig/%{name}.pc


%changelog
* Sat Apr 21 2007 Trond Danelsen <trond.danielsen at gmail.com> - 0.4.3-3
- Moved example code to devel package.

* Thu Apr 19 2007 Jef Spaleta <jspaleta at gmail.com> - 0.4.3-2
- Package review corrections

* Wed Apr 04 2007 Trond Danielsen <trond.danielsen at gmail.com> - 0.4.3-1
- Initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nautilus-python/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Apr 2007 17:49:52 -0000	1.1
+++ .cvsignore	24 Apr 2007 20:12:10 -0000	1.2
@@ -0,0 +1 @@
+nautilus-python-0.4.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nautilus-python/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Apr 2007 17:49:52 -0000	1.1
+++ sources	24 Apr 2007 20:12:10 -0000	1.2
@@ -0,0 +1 @@
+f4bd5de3a9e01c80fc0a2ef7aeb64dd7  nautilus-python-0.4.3.tar.gz




More information about the scm-commits mailing list