[pastebinit] update to 1.3.1 release

Lameire Alexis alexises at fedoraproject.org
Fri Jul 27 15:50:52 UTC 2012


commit f8709d30abedbe6e33d42239c8cb9a5bccab2156
Author: Alexis Lameire <alexisis-pristontale at hotmail.com>
Date:   Fri Jul 27 17:50:11 2012 +0200

    update to 1.3.1 release

 .gitignore      |    1 +
 pastebinit.spec |   11 ++++++++---
 sources         |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5513027..015b140 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /pastebinit-1.1.tar.gz
 /pastebinit-1.2.tar.gz
+/pastebinit-1.3.1.tar.gz
diff --git a/pastebinit.spec b/pastebinit.spec
index f6a3d30..ea9c021 100644
--- a/pastebinit.spec
+++ b/pastebinit.spec
@@ -1,6 +1,6 @@
 Name:           pastebinit
-Version:        1.2
-Release:        3%{?dist}
+Version:        1.3.1
+Release:        1%{?dist}
 Summary:        Send anything you want directly to a pastebin from the command line
 
 Group:          Applications/Internet
@@ -32,7 +32,6 @@ or simply the result of a command directly to the pastebin you want
 # + FHS)
 # See https://bugs.launchpad.net/pastebinit/+bug/621923
 #
-sed -i "s|/etc/pastebin.d|%{_datadir}/%{name}|g" %{name} README
 sed -i "s|pastebin.d|%{name}|g" %{name} README
 
 %build
@@ -48,6 +47,8 @@ popd
 rm -rf %{buildroot}
 
 mkdir -p %{buildroot}%{_datadir}/
+mkdir -p %{buildroot}%{_sysconfdir}/%{name}/
+
 cp -a pastebin.d %{buildroot}%{_datadir}
 rm %{buildroot}%{_datadir}/pastebin.d/yourpaste.net.conf
 mv %{buildroot}%{_datadir}/pastebin.d/ %{buildroot}%{_datadir}/%{name}/
@@ -71,10 +72,14 @@ rm -rf %{buildroot}
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1.*
 %{_datadir}/%{name}/
+%dir %{_sysconfdir}/%{name}/
 %doc README COPYING 
 %doc pastebin.d/yourpaste.net.conf
 
 %changelog
+* Fri Jul 27 2012 Alexis Lameire <alexisis-pristontale at hotmail.com> - 1.3.1-1
+- update to upstream release
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index eb10d9c..b61264a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-676dca696755bb92dd485a2246b1d75d  pastebinit-1.2.tar.gz
+ebe0f8f118519d3505eabe0f48a10ad5  pastebinit-1.3.1.tar.gz


More information about the scm-commits mailing list