rpms/notemeister/devel notemeister.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Dec 8 17:49:10 UTC 2004


Changeset from: mschwendt

Update of /cvs/extras/rpms/notemeister/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv29099/devel

Modified Files:
	.cvsignore sources 
Added Files:
	notemeister.spec 
Log Message:
auto-import notemeister-0.1.7-0.fdr.2 on branch devel from notemeister-0.1.7-0.fdr.2.src.rpm


--- NEW FILE notemeister.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name:           notemeister
Version:        0.1.7
Release:        0.fdr.2
Epoch:          0
Summary:        Notemeister is a small, simple note organizer made for the GNOME2 desktop.

Group:          Applications/Productivity
License:        GPL
URL:            http://notemeister.sourceforge.net
Source0:	http://dl.sf.net/sourceforge/notemeister/notemeister-0.1.7.tar.gz
#wgetable URL:  http://mesh.dl.sourceforge.net/sourceforge/notemeister/notemeister-0.1.7.tar.gz (german sf mirror)
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch: 	noarch     
BuildRequires:  python-devel >= 2.3.3
BuildRequires:	gnome-python2-gconf >= 2.0
Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
Requires:  	pygtk2 >= 2.4.0
Requires:  	pyorbit >= 2.0.0
Requires:  	gnome-python2 >= 2.0.2



%description
Notemeister is a small, simple note organizer made for the GNOME2 desktop.
Current Features:
    * Notes stored in a tree view and structure
    * Drag and drop support for reordering notes
    * Simple text formatting by highlighted bounds
    * Auto-save feature
    * Import/Export to/from text files
    * Link notes to a file on disk 


%prep
%setup -q


%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

desktop-file-install \
  --vendor fedora \
  --mode 644 \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  --add-category X-Fedora \
  --delete-original \
  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
rm -rf $RPM_BUILD_ROOT/usr/doc/%{name}-%{version}
 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README COPYING AUTHORS PKG-INFO
%{_bindir}/notemeister
%{_datadir}/applications/*.desktop
%{_datadir}/notemeister/
%{_datadir}/pixmaps/notemeister.svg
%dir %{python_sitelib}/notemeister
%ghost %{python_sitelib}/notemeister/*.pyo
%{python_sitelib}/notemeister/*.py
%{python_sitelib}/notemeister/*.pyc


%changelog
* Fri Nov 19 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:0.1.7-0.fdr.2
- Don't ship empty NEWS file
- Point Source0 to sourceforge download redirector

* Sat Nov 13 2004 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 0:0.1.7-0.fdr.1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/notemeister/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Dec 2004 17:48:21 -0000	1.1
+++ .cvsignore	8 Dec 2004 17:49:08 -0000	1.2
@@ -0,0 +1 @@
+notemeister-0.1.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/notemeister/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Dec 2004 17:48:21 -0000	1.1
+++ sources	8 Dec 2004 17:49:08 -0000	1.2
@@ -0,0 +1 @@
+8c2d28cc96d1fec4f2ef2cc069d60267  notemeister-0.1.7.tar.gz




More information about the fedora-extras-commits mailing list