Bug 1222131 - simple-scan rpm creates directory /usr/@DATADIRNAME@/...
Summary: simple-scan rpm creates directory /usr/@DATADIRNAME@/...
Keywords:
Status: CLOSED DUPLICATE of bug 1221448
Alias: None
Product: Fedora
Classification: Fedora
Component: simple-scan
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: David King
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-05-15 20:28 UTC by Van de Bugger
Modified: 2015-05-15 21:07 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-05-15 21:07:07 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Van de Bugger 2015-05-15 20:28:07 UTC
Description of problem:

simple-scan creates directory /usr/@DATADIRNAME@/locale/ and installs a lot of files (looks like simple-scan localization files) to its subdirs. Removing simple-scans deletes all the files, but remains /usr/@DATADIRNAME@/locale/ and many empty directories under it.

Version-Release number of selected component (if applicable):

Fedora 21 x86_64
simple-scan-3.14.3-1.fc21.x86_64.rpm

How reproducible:

Always.

Steps to Reproduce:

# dnf install simple-scan OR yum install simple-scan OR rpm -i simple-scan-3.14.3-1.fc21.x86_64.rpm
$ rpm -ql simple-scan | grep locale

OR 

$ rpm -ql -p simple-scan-3.14.3-1.fc21.x86_64.rpm | grep locale


rpm -ql -p 

Actual results:

/usr/@DATADIRNAME@/locale/af/LC_MESSAGES/simple-scan.mo
/usr/@DATADIRNAME@/locale/ar/LC_MESSAGES/simple-scan.mo
/usr/@DATADIRNAME@/locale/ast/LC_MESSAGES/simple-scan.mo
/usr/@DATADIRNAME@/locale/az/LC_MESSAGES/simple-scan.mo
/usr/@DATADIRNAME@/locale/bg/LC_MESSAGES/simple-scan.mo
...a lot more files...

Expected results:

/usr/share/locale/af/LC_MESSAGES/simple-scan.mo
/usr/share/locale/ar/LC_MESSAGES/simple-scan.mo
/usr/share/locale/ast/LC_MESSAGES/simple-scan.mo
/usr/share/locale/az/LC_MESSAGES/simple-scan.mo
/usr/share/locale/bg/LC_MESSAGES/simple-scan.mo
...a lot more files...

Comment 1 David King 2015-05-15 21:07:07 UTC
Thanks for the report. This bug was alrady reported, and there was a new upstream release to fix the problem, currently in updates-testing.

*** This bug has been marked as a duplicate of bug 1221448 ***


Note You need to log in before you can comment on or make changes to this bug.