rpms/incollector/devel .cvsignore, 1.2, 1.3 incollector.spec, 1.5, 1.6 sources, 1.2, 1.3

thomasj thomasj at fedoraproject.org
Sun Nov 15 07:18:23 UTC 2009


Author: thomasj

Update of /cvs/pkgs/rpms/incollector/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25301

Modified Files:
	.cvsignore incollector.spec sources 
Log Message:
* Sun Nov 15 2009 Thomas Janssen <thomasj at fedoraproject.org> 1.2-1
- Updated to new upstream version 1.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/incollector/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	5 Feb 2008 09:31:19 -0000	1.2
+++ .cvsignore	15 Nov 2009 07:18:20 -0000	1.3
@@ -1 +1 @@
-incollector-1.0.tar.gz
+incollector-1.2.tar.gz


Index: incollector.spec
===================================================================
RCS file: /cvs/pkgs/rpms/incollector/devel/incollector.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- incollector.spec	25 Jul 2009 03:21:04 -0000	1.5
+++ incollector.spec	15 Nov 2009 07:18:21 -0000	1.6
@@ -1,19 +1,18 @@
+## Mono package doesn't create debuginfo
+%global debug_package %{nil}
+
 Name:           incollector
-Version:        1.0
-Release:        9%{?dist}
+Version:        1.2
+Release:        1%{?dist}
 Summary:        Information collector
-Summary(pl):    Kolektor informacji
 Group:          Applications/Productivity
 License:        GPLv2+
 URL:            http://www.incollector.devnull.pl/
 Source0:        http://www.incollector.devnull.pl/download/sources/%{name}-%{version}.tar.gz
 Source1:        %{name}.desktop
-# Not sent upstream as far, package should be updated first!
 Patch0:         %{name}-mono.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gtk-sharp2-devel gettext desktop-file-utils
-Requires:       mono-core
-ExclusiveArch:  %ix86 x86_64 ppc ia64 armv4l sparc alpha
 
 %description
 Incollector is an application to collect various kinds of information 
@@ -23,21 +22,11 @@ them very easily. There are also search 
 search for entries by specified criteria. You can also export 
 (and import, of course) entries to an external file.
 
-%description -l pl
-Incollector to prosta aplikacja służąca do łatwego gromadzenia różnego typu 
-informacji (notatki, adresy stron internetowych, cytaty, numery seryjne, etc). 
-Pozwala nadawać wpisom tagi, oceny oraz komentarze. Dzięki funkcji 
-inteligentnych folderów, umożliwia łatwe i dokładne przeszukiwanie wpisanych 
-informacji według wybranych kryteriów.
-
 %prep
 %setup -q
 %patch0
 chmod a-x README AUTHORS
-sed -i 's|be-latin|be at latin|' configure
 pushd po
-mv be-latin.po be at latin.po
-mv be-latin.gmo be at latin.gmo
 popd
 
 %build
@@ -45,18 +34,19 @@ popd
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 sed -i 's|/usr/lib|%{_libdir}|' %{name}
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
+make install DESTDIR=%{buildroot} INSTALL="install -p"
 %find_lang %{name}
-rm $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
+rm %{buildroot}%{_datadir}/applications/%{name}.desktop
 
+## some idiot started with vendor, now i have to keep it according to the guidelines
 desktop-file-install --vendor="fedora"               \
-  --dir=$RPM_BUILD_ROOT%{_datadir}/applications         \
+  --dir=%{buildroot}%{_datadir}/applications         \
   %{SOURCE1}
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -68,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Sun Nov 15 2009 Thomas Janssen <thomasj at fedoraproject.org> 1.2-1
+- Updated to new upstream version 1.2
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/incollector/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	5 Feb 2008 09:31:19 -0000	1.2
+++ sources	15 Nov 2009 07:18:21 -0000	1.3
@@ -1 +1 @@
-da510a279ebb5e8ebf9dbdcb2fc1cf18  incollector-1.0.tar.gz
+6701ac13da29119cd6719be3edcf30aa  incollector-1.2.tar.gz




More information about the scm-commits mailing list