]> git.pld-linux.org Git - packages/bzr-gtk.git/commitdiff
- Version 0.95.0-1.
authorMateusz Korniak <matkor@pld-linux.org>
Tue, 5 Aug 2008 22:17:07 +0000 (22:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bzr-gtk.spec -> 1.17

bzr-gtk.spec

index 57a509d354e82a493a88bc88f472d159a558992b..a5ed550072f7c55d2717d18e72325b5154671f99 100644 (file)
@@ -1,20 +1,16 @@
-# TODO: 
-#   - There is no 0.94 version packages although it is tagged in repo
-#     so I made my own binary file and added one simple fix.
-#     Hope regular binary files will be available soon
-#   - Fix locale files
+# TODO:  Add locale files
 Summary:       Plugin for Bazaar-NG providing GUI to most operations
 Summary(pl.UTF-8):     Wtyczka do Bazaar-NG udostępniająca interfejs graficzny dla większości operacji
 Name:          bzr-gtk
-%define                ver     0.94
+%define                ver     0.95
 %define                minor   0
 Version:       %{ver}.%{minor}
-Release:       2
+Release:       1
 License:       GPL v2+
 Group:         Development/Version Control
 # Source0:     https://launchpad.net/bzr-gtk/%{ver}/%{version}/+download/bzr-gtk-%{version}.tar.gz
-Source0:       http://beauty.ant.gliwice.pl/bugs/bzr-gtk/bzr-gtk-trunk-matkor-20080515.tbz2
-# Source0-md5: 7448d27df65e0ca436558e143a8d69ae
+Source0:       http://samba.org/~jelmer/bzr/bzr-gtk-%{version}.tar.gz
+# Source0-md5: 00aedce625672abca13d2d962b047ac0
 URL:           http://bazaar-vcs.org/bzr-gtk
 BuildRequires: python >= 1:2.4
 BuildRequires: rpm-pythonprov
@@ -29,7 +25,7 @@ Suggests:     python-gnome
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-bzr-gtk is a plugin for Bazaar-NG (bzr) that aims to provide GTK+
+bzr-gtk is a plugin for Bazaar-NG (bzr) that aims to provide GTK+o s
 interfaces to most Bazaar operations. Provided commands are:
 - gcommit
 - gdiff
@@ -48,7 +44,7 @@ Bazaar. Dostępnymi poleceniami są:
 - gbranch
 
 %prep
-%setup -q -n bzr-gtk-trunk-matkor-20080515
+%setup 
 
 %build
 %{__python} setup.py build
@@ -81,6 +77,9 @@ EOF
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README TODO
 %attr(755,root,root) %{_bindir}/olive-gtk
+%attr(755,root,root) %{_bindir}/bzr-handle-patch
+%attr(755,root,root) %{_bindir}/bzr-notify
+
 %{py_sitedir}/bzrlib/plugins/gtk
 %{_datadir}/olive
 %{_pixmapsdir}/olive-gtk.png
This page took 0.075141 seconds and 4 git commands to generate.