[nautilus-sendto-trac] Import initial release of package.

mbooth mbooth at fedoraproject.org
Mon Jan 31 15:12:53 UTC 2011


commit b0612c1bd12c26e55731cf09f8062548f383e5b1
Author: mbooth <mbooth at sd.matbooth.co.uk>
Date:   Mon Jan 31 15:11:41 2011 +0000

    Import initial release of package.

 .gitignore                |    1 +
 nautilus-sendto-trac.spec |   47 +++++++++++++++++++++++++++++++++++++++++++++
 sources                   |    1 +
 3 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b68fd8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+nautilus-sendto-trac-0.3.1.tar.gz
diff --git a/nautilus-sendto-trac.spec b/nautilus-sendto-trac.spec
new file mode 100644
index 0000000..cac10b5
--- /dev/null
+++ b/nautilus-sendto-trac.spec
@@ -0,0 +1,47 @@
+Name:           nautilus-sendto-trac
+Version:        0.3.1
+Release:        2%{?dist}
+Summary:        Nautilus context menu for sending files to Trac
+
+Group:          User Interface/Desktops
+License:        GPLv2+
+URL:            http://www.matbooth.co.uk/trac/wiki/NautilusSendtoTracStart
+Source0:        http://www.matbooth.co.uk/archive/%{name}-%{version}.tar.gz
+
+BuildRequires:  nautilus-sendto-devel >= 2.32.0
+BuildRequires:  libsoup-devel >= 2.28.0
+BuildRequires:  gnome-keyring-devel >= 2.22.0
+BuildRequires:  GConf2-devel >= 2.14.0
+
+%description
+Nautilus-Sendto-Trac is a plug-in for Nautilus, the file manager for the Gnome
+desktop environment, that allows the sending of files and directories to a
+Trac instance as ticket attachments. 
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+
+find $RPM_BUILD_ROOT \( -name '*.a' -o -name '*.la' \) -exec rm -f {} \;
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING
+%{_libdir}/nautilus-sendto/plugins/*.so
+
+%changelog
+* Wed Jan 19 2011 Mat Booth <fedora at matbooth.co.uk> 0.3.1-2
+- Preserve timestamps on installation.
+
+* Wed Jan 12 2011 Mat Booth <fedora at matbooth.co.uk> 0.3.1-1
+- GTK3 compatibility.
+
+* Wed Dec 22 2010 Mat Booth <fedora at matbooth.co.uk> 0.3-1
+- Initial revision.
+
diff --git a/sources b/sources
index e69de29..c1fa2ed 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+85135b2bb9a3abc7277914a14a330e75  nautilus-sendto-trac-0.3.1.tar.gz


More information about the scm-commits mailing list