rpms/scmxx/devel scmxx.spec,1.1,1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Tue Jul 26 12:13:06 UTC 2005


Author: ixs

Update of /cvs/extras/rpms/scmxx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17168

Modified Files:
	scmxx.spec 
Log Message:
checked in correct specfile



Index: scmxx.spec
===================================================================
RCS file: /cvs/extras/rpms/scmxx/devel/scmxx.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scmxx.spec	26 Jul 2005 12:09:45 -0000	1.1
+++ scmxx.spec	26 Jul 2005 12:13:04 -0000	1.2
@@ -1,93 +1,47 @@
-Summary:     exchange data with Siemens mobile phones
-Summary(de): Datenaustausch mit Siemens-Handys
-Summary(it): Scambia dati con telefonini Siemens
-Name:        scmxx
-Version:     0.8.0
-Release:     1
-Group:       console
-Copyright:   GPL
-Vendor:      Hendrik Sattler <post at hendrik-sattler.de>
-Url:         http://www.hendrik-sattler.de/scmxx
-Packager:    Hendrik Sattler <post at hendrik-sattler.de>
-Source0:     %{name}-%{version}.tar.bz2
-BuildRoot:   %{_tmppath}/%{name}-%{version}-root
+Summary: Exchange data with Siemens mobile phones
+Name: scmxx
+Version: 0.8.0
+Release: 1%{?dist}
+Group: Applications/Communications
+License: GPL
+URL: http://www.hendrik-sattler.de/scmxx
+Source0: http://dl.sourceforge.net/scmxx/scmxx-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: libxslt-devel
 
 %description
- SCMxx is a console program that allows you to exchange certain types of
- data with mobile phones made by Siemens. Some of the data types that can be
- exchanged are logos, ring tones, vCalendars, phonebook entries, and short
- messages. Other actions like setting the time and dialling a number are also
- possible. SCMxx works with the following models:
- S25, S35i, M35i, C35i, SL4x, S45, ME45, C45, M50, MT50 and probably others.
- It basically uses the AT command set published by Siemens  (with some other,
- additional resources).
- See the website %{url} for details.
-
-%description -l de
- SCMxx ist ein Konsolenprogramm das es ermöglicht, bestimmte Daten mit Handys
- von Siemens auszutauschen. Einige der Daten, die transferiert werden können,
- sind Logos, Klingeltöne, vCalendars, Telefonbucheinträge, und
- Kurznachrichten. Andere Aktionen wie das Setzen der Zeit und da Wählen von
- Rufnummer ist ebenso möglich. SCMxx kann mit folgenden Modellen umgehen:
- S25, S35i, M35i, C35i, SL4x, S45, ME45, C45, M50, MT50 und eventuell anderen.
- Es wird hauptsächlich das von Siemens veröffentlichte AT-Kommando-Set
- (zusammen mit anderen, zusätzlichen Resourcen) verwendet.
- Weitere Details finden man auf der Webseite %{url}.
-
-%description -l it
- SCMxx è un programma da console che ti permette di scambiare alcuti tipi di
- dati con telefonini Siemens. Questi dati possono essere loghi, suonerie,
- vCalendars, record dell'agenda telefonica e sms. E' anche possibile modificare
- l'ora o comporre un numero. SCMxx funziona con i modelli seguenti:
- S25, S35i, M35i, C35i, SL4x, S45, ME45, C45, M50, MT50 e probabilmente altri.
- Si basa sul set di comandi AT pubblicati da Siemens (e su altre risorse
- aggiuntive).
- Visita il sito %{url} per dettagli.
-
+SCMxx is a console program that allows you to exchange certain types of
+data with mobile phones made by Siemens. Some of the data types that can be
+exchanged are logos, ring tones, vCalendars, phonebook entries, and short
+messages. Other actions like setting the time and dialling a number are also
+possible.
 
 %prep
 %setup -q
 
 %build
-%configure
+%configure \
+	--with-device=/dev/ttyS0 \
+	--with-baudrate=115200
 %{__make}
 
 %install
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+%find_lang %{name}
 
 %clean
-%{__make} distclean
+rm -rf %{buildroot}
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root)
-%doc AUTHORS BUGS CHANGELOG INSTALL README TODO TRANSLATION examples docs/*.txt
-%attr(0755,-,-) %{_bindir}/%{name}
-%attr(0644,-,-) %{_mandir}/man1/%{name}.1*
-%attr(0644,-,-) %{_mandir}/*/man1/%{name}.1*
-%attr(0644,-,-) %{_datadir}/locale/*/LC_MESSAGES/%{name}.mo
+%doc AUTHORS BUGS LICENSE CHANGELOG README
+%{_bindir}/scmxx
+%{_mandir}/man1/scmxx.1.gz
+%lang(de) %{_mandir}/de/man1/scmxx.1.gz
+%lang(it) %{_mandir}/it/man1/scmxx.1.gz
+%lang(ru) %{_mandir}/ru/man1/scmxx.1.gz
 
 %changelog
-* Tue Aug 24 2004 Hendrik Sattler <post at hendrik-sattler.de>
-- install all translation of the manpage
-- install all gettext files
-- reformat and extend description
-- add german summary and german description
-- use default configure command instead of custom invocation
-- remove x-flag from all non-executable files
-- remove old url from Source0 field
-
-* Mon Nov 18 2002 Hendrik Sattler <post at hendrik-sattler.de>
-- added manpage to package
-
-* Sat Jul 1 2002 Hendrik Sattler <post at hendrik-sattler.de>
-- changed defattr, so dirs get their x-flag
-
-* Sat May 14 2002 Hendrik Sattler <post at hendrik-sattler.de>
-- extensive usage of environment variables in the spec file
-- moved/renamed files in docdir
-
-* Sat Feb 9 2002 Petr Kri¹tof <Petr at Kristof.cz>
-- RPM spec update
-
-* Sat Nov 17 2001 Hendrik Sattler <post at hendrik-sattler.de>
-- Initial RPM release
+* Tue Jul 14 2005 Andreas Thienemann <andreas at bawue.net> 0.8.0-1
+- Initial specfile




More information about the fedora-extras-commits mailing list